﻿2026-07-11T02:55:11.4396724Z ##[group]Run actions/checkout@v5
2026-07-11T02:55:11.4397301Z with:
2026-07-11T02:55:11.4397616Z   repository: SaberMage/spt-core
2026-07-11T02:55:11.4400192Z   token: ***
2026-07-11T02:55:11.4400511Z   ssh-strict: true
2026-07-11T02:55:11.4400829Z   ssh-user: git
2026-07-11T02:55:11.4401138Z   persist-credentials: true
2026-07-11T02:55:11.4401507Z   clean: true
2026-07-11T02:55:11.4401835Z   sparse-checkout-cone-mode: true
2026-07-11T02:55:11.4402201Z   fetch-depth: 1
2026-07-11T02:55:11.4402506Z   fetch-tags: false
2026-07-11T02:55:11.4402811Z   show-progress: true
2026-07-11T02:55:11.4403134Z   lfs: false
2026-07-11T02:55:11.4403414Z   submodules: false
2026-07-11T02:55:11.4403719Z   set-safe-directory: true
2026-07-11T02:55:11.4404054Z env:
2026-07-11T02:55:11.4404346Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-11T02:55:11.4404735Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-11T02:55:11.4405094Z ##[endgroup]
2026-07-11T02:55:11.6553167Z Syncing repository: SaberMage/spt-core
2026-07-11T02:55:11.6554406Z ##[group]Getting Git version info
2026-07-11T02:55:11.6555118Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-11T02:55:11.7023860Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-11T02:55:11.7239193Z git version 2.43.0.windows.1
2026-07-11T02:55:11.7266214Z ##[endgroup]
2026-07-11T02:55:11.7275797Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\e108bd1c-925c-4ef3-a5ab-5bd569428156\.gitconfig'
2026-07-11T02:55:11.7291097Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\e108bd1c-925c-4ef3-a5ab-5bd569428156' before making global git config changes
2026-07-11T02:55:11.7292048Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T02:55:11.7297059Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-11T02:55:11.7561355Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-11T02:55:11.7794097Z https://github.com/SaberMage/spt-core
2026-07-11T02:55:11.7830634Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T02:55:11.7836497Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T02:55:11.8092140Z refs/heads/main
2026-07-11T02:55:11.8117362Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-11T02:55:11.8465105Z HEAD is now at 706ad88 Merge pull request #83 from SaberMage/build/msg-identity-w5-f038
2026-07-11T02:55:11.8747224Z ##[endgroup]
2026-07-11T02:55:11.8747709Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-11T02:55:12.3017834Z ##[group]Cleaning the repository
2026-07-11T02:55:12.3018478Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-11T02:55:15.4853570Z Removing target/
2026-07-11T02:55:15.4893116Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-11T02:55:15.5358350Z HEAD is now at 706ad88 Merge pull request #83 from SaberMage/build/msg-identity-w5-f038
2026-07-11T02:55:15.5383689Z ##[endgroup]
2026-07-11T02:55:15.5388153Z ##[group]Disabling automatic garbage collection
2026-07-11T02:55:15.5394564Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-11T02:55:15.5668195Z ##[endgroup]
2026-07-11T02:55:15.5668755Z ##[group]Setting up auth
2026-07-11T02:55:15.5674644Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-11T02:55:15.5942868Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-11T02:55:16.0121232Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T02:55:16.0393107Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-11T02:55:16.4539262Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T02:55:16.4794784Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-11T02:55:16.9055581Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-11T02:55:16.9403557Z ##[endgroup]
2026-07-11T02:55:16.9411119Z ##[group]Fetching the repository
2026-07-11T02:55:16.9411875Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +35cae13edab658dc4fbb913140ba984774263be0:refs/remotes/pull/84/merge
2026-07-11T02:55:21.2999957Z From https://github.com/SaberMage/spt-core
2026-07-11T02:55:21.3000671Z  * [new ref]         35cae13edab658dc4fbb913140ba984774263be0 -> pull/84/merge
2026-07-11T02:55:21.3154477Z ##[endgroup]
2026-07-11T02:55:21.3155096Z ##[group]Determining the checkout info
2026-07-11T02:55:21.3155867Z ##[endgroup]
2026-07-11T02:55:21.3166066Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-11T02:55:21.3534868Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-11T02:55:21.3826329Z ##[group]Checking out the ref
2026-07-11T02:55:21.3831620Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/84/merge
2026-07-11T02:55:21.4623410Z Previous HEAD position was 706ad88 Merge pull request #83 from SaberMage/build/msg-identity-w5-f038
2026-07-11T02:55:21.4624258Z HEAD is now at 35cae13 Merge fba81ec78484804b341e5ce726bf3dd9fbddf82f into 706ad88b6d475b4d93bd8e6729a0d9b09f49060a
2026-07-11T02:55:21.4647576Z ##[endgroup]
2026-07-11T02:55:21.4926842Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-11T02:55:21.5180713Z 35cae13edab658dc4fbb913140ba984774263be0
